EditBoxSelectAll

 

The 'EditBoxSelectAll' function selects the entire text of EditBox object.

 

void @EditBoxSelectAll(string class_name);

 

Parameters

string class_name : class name of EditBox object

 

Return Value

none

 

Example

@EditBoxSelectAll("EditBox1");

Description : The entire text of 'EditBox1' is selected.

 

Version Information

supported version: 9.5.2 or higher

 

Reference

@EditBoxGetImeMode()

@EditBoxGetText()

@EditBoxSelectAll()

@EditBoxSetFocus()

@EditBoxSetImeMode()

@EditBoxSetText()